In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager / AddCommentAnnot Method

AddCommentAnnot Method (AnnotationManager)

In This Topic
Syntax
'Declaration

 

Public Function AddCommentAnnot( _

   ByVal PreviousGuid As String, _

   ByVal Left As Single, _

   ByVal Top As Single, _

   ByVal Width As Single, _

   ByVal Height As Single _

) As AnnotationComment
public AnnotationComment AddCommentAnnot( 

   string PreviousGuid,

   float Left,

   float Top,

   float Width,

   float Height

)
public function AddCommentAnnot( 

    PreviousGuid: String;

    Left: Single;

    Top: Single;

    Width: Single;

    Height: Single

): AnnotationComment; 
public function AddCommentAnnot( 

   PreviousGuid : String,

   Left : float,

   Top : float,

   Width : float,

   Height : float

) : AnnotationComment;
public: AnnotationComment* AddCommentAnnot( 

   string* PreviousGuid,

   float Left,

   float Top,

   float Width,

   float Height

) 
public:

AnnotationComment^ AddCommentAnnot( 

   String^ PreviousGuid,

   float Left,

   float Top,

   float Width,

   float Height

) 

Parameters

PreviousGuid
Left
Top
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.AnnotationManager
AnnotationManager Members